Skip to content

fix(ENG-2912): CLI typos and doc changes#154

Open
ralph-mcteggart wants to merge 7 commits into
masterfrom
ENG-2912-nuget-symbols-flag-duplicate-error
Open

fix(ENG-2912): CLI typos and doc changes#154
ralph-mcteggart wants to merge 7 commits into
masterfrom
ENG-2912-nuget-symbols-flag-duplicate-error

Conversation

@ralph-mcteggart
Copy link
Copy Markdown

I was originally looking here for a defect related to the CLI before realising the required changes were in the API.

When reading through the docs I noticed some inconsistencies so updated while I was here

(ENG-2912)

@chrisimcevoy
Copy link
Copy Markdown
Collaborator

chrisimcevoy commented Dec 14, 2023

@ralph-mcteggart Your tests are (false positive) timing out because they're waiting for "Fully Synchronised" (with an "s") to appear in the command output here

@ralph-mcteggart
Copy link
Copy Markdown
Author

@ralph-mcteggart Your tests are (false positive) timing out because they're waiting for "Fully Synchronised" (with an "s") to appear in the command output here

Cheers @chrisimcevoy! Was aware but haven't got round to fixing it. Appreciate the heads up though 😁

@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 99e0d00 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 71.5% (0.0% change).

View more on Code Climate.

@BartoszBlizniak BartoszBlizniak requested a review from a team as a code owner June 3, 2026 08:18
Copilot AI review requested due to automatic review settings June 3, 2026 08:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

  • Updates CLI-facing text and documentation to fix typos/inconsistencies (primarily standardizing wording like “organization” / “synchronization”) across help strings, docstrings, tests, and README command listings.

Changes:

  • Corrected quarantine command description in README and standardized “organization” wording.
  • Standardized “synchronization” spelling in CLI help/docstrings and push output messages.
  • Renamed a test helper parameter to match the existing organization fixture naming.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Fixes command list wording and standardizes “organization” terminology.
cloudsmith_cli/cli/tests/commands/test_repos.py Aligns test helper parameter naming with organization fixture usage.
cloudsmith_cli/cli/decorators.py Updates Click option help strings to “synchronization/resynchronize”.
cloudsmith_cli/cli/commands/upstream.py Standardizes docstring wording to “organization”.
cloudsmith_cli/cli/commands/status.py Updates command help text to “synchronization”.
cloudsmith_cli/cli/commands/quota/quota.py Standardizes quota subcommand help text to “organization”.
cloudsmith_cli/cli/commands/quota/history.py Standardizes quota history help text to “organization”.
cloudsmith_cli/cli/commands/quota/command.py Standardizes quota command docstring to “organization”.
cloudsmith_cli/cli/commands/push.py Standardizes sync-related docstrings/output messages to “synchronize”.
cloudsmith_cli/cli/commands/policy/vulnerability.py Standardizes policy help text to “organization”.
cloudsmith_cli/cli/commands/policy/license.py Standardizes policy help text to “organization”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
- `limits`: Display the Quota (bandwidth & storage usage/limits) for a specific organisation.
- `history`: Display the Quota History (upload, download, and storage usage/limits) for a specific organisation.
- `remove`|`rm`|`restore`: Remove a package from quarantine.
- `quota`: Quota limits and history for a organization.
ctx, opts, owner, repo, slug, wait_interval, skip_errors, attempts=3
):
"""Wait for a package to synchronise (or fail)."""
"""Wait for a package to synchronize (or fail)."""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

7 participants